Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 18 and Version 19 of Installing Pidgin


Ignore:
Timestamp:
Aug 15, 2007, 4:03:36 AM (16 years ago)
Author:
datallah
Comment:

Add information about unattended installations on windows

Legend:

Unmodified
Added
Removed
Modified
  • Installing Pidgin

    v18 v19  
    1010=== Is there a way to install Spellchecking support (Aspell) manually? ===
    1111Yes, if the installer isn't able to successfully download and install Aspell, you can do so manually.  You can download both the Aspell core and a dictionary from [http://aspell.net/win32 the win32 Aspell website].
     12
     13=== Unattended Installations ===
     14The pidgin installer can be run in a "silent" mode by using the following syntax:
     15{{{
     16pidgin-x.y.z.exe /L=1033 /S /D=C:\Pidgin
     17}}}
     18The `/L` flag sets the language (Windows LCID) used by the installer, as well as
     19Pidgin itself.  You may omit both the `/L` and `/D` flags and use the defaults which are 1033 (English) and `%PROGRAMFILES%\Pidgin` respectively. The same applies to non-gtk versions. If you need to specify the GTK+ install path (Default is `%COMMONPROGRAMFILES%\GTK\2.0`); download the latest GTK+ standalone installer and the `no-gtk` pidgin package and run the following:
     20{{{
     21gtk-runtime-x.y.z-rev-a.exe /L=1033 /S /NOUI /D=C:\GTK+
     22pidgin-x.y.z-no-gtk.exe /L=1033 /S /D=C:\Pidgin
     23}}}
     24The GTK+ installer has two silent states. One with message boxes: `/S`, and one without: `/S /NOUI`.  This is because the installer was made to run from within the Pidgin installer, where you would expect to see message boxes for errors.
    1225
    1326== Packages ==
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!